 |
|
 |
<%=CompanyName%>
Add£º<%=webaddress%>
Tel£º<%=webtel%>
Fax£º<%=webfax%>
Mobile£º<%=mobile%>
E-mail£º <%=webemail%>
|
|
|
 |
 |
|
 |
|
|
<%=CompanyName%>The factory mainly manufactures all kinds of pneumatic hydraulic pressure pipe tie-ins, quick linking tie-ins of small joint, widened joint and welding joint, pastern pipes and pneumatic hydraulic pressure cut-off valves. There are altogether 5000 kinds of products that can be sorted into 12 classes. These products are in accordance with National Technique Standard and have won good favors from customers. Sticking to our principle of " Timely delivery¡¢Quality first¡¢Credit first", we are willing to cooperate with you honestly for mutual development. |
|
<%
set rs3=server.createobject("adodb.recordset")
sql3="select top 30 * from products order by id asc"
rs3.open sql3,conn,1,1
set rs=server.createobject("adodb.recordset")
sql="select * from proclass where classcode="&rs3("ClassID")&" "
rs.open sql,conn,1,1
if not isempty(request("page")) then
pagecount=cint(request("page"))
else
pagecount=1
end if
rs3.pagesize=5
rs3.AbsolutePage=pagecount
rec=rs3.PageCount
%> |
<%
i=1
do while not rs3.eof
%>
|
Name: |
<%=rs("classname")%> |
Model: |
|
Description: |
<% hContent=RemoveHTML(rs3("Content"))
if len(hContent)>80then%>
<%=Left(hContent,80)%>...
<% else%>
<%=hContent%>
<%end if%>
|
|
|
<%
i=i+1
if i>rs3.pagesize then exit do
if i>rs3.pagesize then response.write " "
if (i-1)/1=int((i-1)/1) then
%>
<%
end if
rs3.movenext
loop
%>
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|